NightVision
Complete API reference for NightVision, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Post processing
Component: yes
public class NightVision extends Component
Constructors
| Signature | Description |
|---|---|
NightVision(NightVision) | Executes NightVision and returns after the underlying engine call finishes. |
NightVision(Engine) | Executes NightVision and returns after the underlying engine call finishes. |
NightVision() | Executes NightVision and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | NightVision | Represents the instance value stored on this instance. Read or assign to update the property. |
Virtual Attributes
| Name | Type | Access | Description |
|---|---|---|---|
brightness | float | get/set | Virtual attribute exposed by getBrightness. Access it like a field to read or write the underlying value. |
contrast | float | get/set | Virtual attribute exposed by getContrast. Access it like a field to read or write the underlying value. |
intensity | float | get/set | Virtual attribute exposed by getIntensity. Access it like a field to read or write the underlying value. |
noiseStrength | float | get/set | Virtual attribute exposed by getNoiseStrength. Access it like a field to read or write the underlying value. |
scanlineCount | float | get/set | Virtual attribute exposed by getScanlineCount. Access it like a field to read or write the underlying value. |
scanlineStrength | float | get/set | Virtual attribute exposed by getScanlineStrength. Access it like a field to read or write the underlying value. |
time | float | get/set | Virtual attribute exposed by getTime. Access it like a field to read or write the underlying value. |
tintColor | Color | get/set | Virtual attribute exposed by getTintColor. Access it like a field to read or write the underlying value. |
vignetteStrength | float | get/set | Virtual attribute exposed by getVignetteStrength. Access it like a field to read or write the underlying value. |